home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-08-11 | 4.6 KB | 403 lines |
- [ver]
- 4
- [sty]
- jmacro.sty
- [files]
- [charset]
- 82
- SHIFTJIS (Windows)
- [revisions]
- 0
- [prn]
- PostScript Printer
- [port]
- LPT1:
- [lang]
- 1
- [fldnames]
- ╠¿░┘─▐1
- ╠¿░┘─▐2
- ╠¿░┘─▐3
- ╠¿░┘─▐4
- ╠¿░┘─▐5
- ╠¿░┘─▐6
- ╠¿░┘─▐7
- ╠¿░┘─▐8
- [desc]
- æIæ≡é╡é╜ò╢ÄÜé╠╗▓╜▐é≡æσé½é¡é╖éΘ
- Lotus WPD Marketing
- Intermediate
- FontChange, GetCurFontInfo
- noautorun
- 775427680
- 30
- 670617369
- 418
- 1
- 0
- 0
- 0
- 0
-
-
-
-
-
-
- 0
- [fopts]
- 0
- 1
- 0
- 0
- [lnopts]
- 2
- Body Text
- 1
- [docopts]
- 5
- 2
- [GramStyle]
-
- [ParaNum]
- 1
- [tag]
- ▒│─╫▓▌1
- 6
- [fnt]
- û╛Æ⌐
- 200
- 0
- 32768
- [algn]
- 1
- 2
- 0
- 0
- 0
- [spc]
- 17
- 204
- 2
- 0
- 0
- 2
- 100
- [brk]
- 4
- [line]
- 8
- 0
- 2
- 0
- 1
- 1
- 1
- 15
- 15
- 2
- [spec]
- 0
- 1
-
- 0
- 2
- 1
- 0
- 0
- 0
- 1
- [nfmt]
- 280
- 1
- 2
- .
- ,
- \
- ▒│─╫▓▌1
- 0
- 0
- [tag]
- ▒│─╫▓▌2
- 7
- [fnt]
- û╛Æ⌐
- 200
- 0
- 32768
- [algn]
- 1
- 2
- 0
- 0
- 0
- [spc]
- 17
- 204
- 2
- 0
- 0
- 2
- 100
- [brk]
- 4
- [line]
- 8
- 0
- 2
- 0
- 1
- 1
- 1
- 15
- 15
- 2
- [spec]
- 0
- 2
-
- 0
- 2
- 1
- 0
- 0
- 0
- 1
- [nfmt]
- 280
- 1
- 2
- .
- ,
- \
- ▒│─╫▓▌2
- 0
- 0
- [l1]
- 0
- [pg]
- 1
- 55 0 12 1025 1 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- [edoc]
- <:#239,9071>Macro by <+!>Charlie Pappas & Mark Osborne<-!>
-
- <:#239,9071>define IsOKToRun(menuname) GetInfo(217, 24, %1);
-
- <:#239,9071>declare isselect()
-
- <:#239,9071>
-
- @╠º▌╕╝«▌@<:#239,9071>function main()
-
- <:#239,9071>if isselect() = 0
-
- <:#239,9071> exit function
-
- <:#239,9071>endif
-
- <:#239,9071>ignorekeyboard(2)
-
- <:#262,9071>macfile = GetRunningMacroFile$() ' <:f200,QCourier,0,0,255>get the dos file name
-
- <:#239,9071>globtot = GetGlobalVarCount()
-
- <:#239,9071>menustat = "OFF"
-
- <:#239,9071>if globtot <<<;> 0
-
- <:#239,9071> Dim globnames(globtot)
-
- <:#239,9071> GetGlobalVarNames(&globnames)
-
- <:#262,9071> for i = 1 to globtot ' <:f200,QCourier,0,0,255>find the global var
-
- <:#239,9071> if (globnames(i) = "FontUpStat")
-
- <:#239,9071> menustat = "ON"
-
- <:#239,9071>
-
- <:#239,9071> endif
-
- <:#239,9071> next
-
- <:#239,9071>EndIf
-
- <:#239,9071>If menustat = "OFF"
-
- <:#262,9071> AllocGlobalVar("FontUpStat",1) ' <:f200,QCourier,0,0,255>first time played, add menus<:f>
-
- <:#239,9071> DeleteMenuItem(1,"ò╢ÄÜ(\036T\037╙)", "ò╢ÄÜègæσ")
-
- <:#478,9071> InsertMenuItem(1,"ò╢ÄÜ(\036T\037╙)", 12,"ò╢ÄÜègæσ", "{MacFile}!bigger()", "Increases the
- font size by 2 points")
-
- <:#239,9071>
-
- <:#239,9071> SetGlobalVar("FontUpStat","ON")
-
- <:#239,9071>Endif
-
- <:#239,9071>
-
- <:#262,9071>call bigger() ' <:f200,QCourier,0,0,255>make call to make the font bigger
-
- <:#239,9071>
-
- <:#239,9071>end function
-
- <:#239,9071>
-
- <:#239,9071>
-
- @╠º▌╕╝«▌@<:#239,9071>function bigger()
-
- <:#239,9071>defstr name, color, size, family;
-
- <:#239,9071>if isselect() = 0
-
- <:#239,9071> exit function
-
- <:#239,9071>endif
-
- <:#262,9071>GetCurFontInfo(&name, &color, &size, &family) ' <:f200,QCourier,0,0,255>what is the current font?<:f>
-
- <:#262,9071>FontChange(Name, 0, Color, (Size + 40)) ' <:f200,QCourier,0,0,255>add size to existing size
-
- <:#239,9071>end function
-
- <:#239,9071>
-
- @╠º▌╕╝«▌@<:#239,9071>function isselect()
-
- <:#239,9071>if IsOKToRun(FontChange) !=1
-
- <:#239,9071> message("î╗ì▌é▒é╠â}âNâìé═Ä└ìsé┼é½é▄é╣é±", "âtâHâôâgé╠ègæσ")
-
- <:#239,9071> return 0
-
- <:#239,9071>endif
-
- <:#239,9071>if CurShade$() = ""
-
- <:#239,9071> message("ò╢ÄÜé≡æIæ≡é╡é─é¡é╛é│éó", "âtâHâôâgé╠ègæσ")
-
- <:#239,9071> return 0
-
- <:#239,9071>endif
-
- <:#239,9071>return 1
-
- @╠º▌╕╝«▌@<:#239,9071>end function
-
- >
-
- [Embedded]
- 00003678
- >
- [macsum] 3
- main 0 0 6 4
- bigger 567 0 5 35
- isselect 705 0 1 44
- [macse]
- 14 main
- 16 isselect
- 13
- 5 0
- 18 0
- 11 00000062
- 6 0
- 15
- 9
- 0 32 2
- 0 802
- 13
- 8 1
- 0 299
- 13
- 8 2
- 7 "OFF"
- 8 3
- 6 2
- 5 0
- 18 1
- 11 00000327
- 6 2
- 21 4 [X]
- 0 300 &4
- 5 1
- 8 5
- 6 2
- 6 5
- 18 2
- 12 00000255
- 10 00000327
- 5 1
- 6 5
- 3 0
- 8 5
- 10 00000180
- 6 5
- 22 4
- 7 "FontUpStat"
- 18 0
- 11 00000314
- 7 "ON"
- 8 3
- 10 00000222
- 6 3
- 7 "OFF"
- 18 0
- 11 00000544
- 0 271 "FontUpStat" 1
- 0 520 1 "ò╢ÄÜ(\036T\037╙)" "ò╢ÄÜègæσ"
- 0 527 1 "ò╢ÄÜ(\036T\037╙)" 12 "ò╢ÄÜègæσ" "{1}!bigger()" "Increases the font size by 2 points"
- 0 264 "FontUpStat" "ON"
- 16 bigger
- 6 0
- 15
- 9
- 14 bigger
- 16 isselect
- 13
- 5 0
- 18 0
- 11 00000064
- 6 0
- 15
- 9
- 0 804 &1 &2 &3 &4
- 6 3
- 5 40
- 3 0
- 2 251 1 "{1}" 0 "{2}" [X]
- 6 0
- 15
- 9
- 14 isselect
- 0 1313 217 24 251
- 13
- 5 1
- 18 1
- 11 00000127
- 0 3 "î╗ì▌é▒é╠â}âNâìé═Ä└ìsé┼é½é▄é╣é±" "âtâHâôâgé╠ègæσ"
- 5 0
- 15
- 9
- 0 24
- 13
- 7 ""
- 18 0
- 11 00000221
- 0 3 "ò╢ÄÜé≡æIæ≡é╡é─é¡é╛é│éó" "âtâHâôâgé╠ègæσ"
- 5 0
- 15
- 9
- 5 1
- 15
- 9
- 6 0
- 15
- 9
- 00003703
-